home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / ActionBasic / ActionBasic.rc < prev    next >
Encoding:
Text File  |  2004-09-27  |  3.1 KB  |  119 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ActionBasic.manifest"
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Dialog
  29. //
  30.  
  31. IDD_APPDIALOG DIALOGEX 0, 0, 281, 278
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  33. CAPTION "ActionBasic Sample"
  34. FONT 8, "MS Shell Dlg"
  35. BEGIN
  36.     DEFPUSHBUTTON   "E&xit",IDCANCEL,224,256,50,14
  37.     CONTROL         "",IDCHART,"Button",BS_OWNERDRAW,22,71,238,150,
  38.                     WS_EX_CLIENTEDGE
  39.     LTEXT           "This tutorial polls for action-mapped data from the attached devices,",
  40.                     IDC_STATIC,17,19,229,8
  41.     LTEXT           "and displays a chart showing triggered game actions plotted against",
  42.                     IDC_STATIC,17,29,213,8
  43.     LTEXT           "the corresponding input devices.",IDC_STATIC,17,39,104,
  44.                     8
  45.     GROUPBOX        "",IDC_STATIC,7,7,267,246
  46.     PUSHBUTTON      "&View Configuration",IDC_CONFIG,161,228,99,16
  47.     LTEXT           "Press the F1 key for help.",IDC_STATIC,17,53,81,8
  48. END
  49.  
  50.  
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // DESIGNINFO
  54. //
  55.  
  56. #ifdef APSTUDIO_INVOKED
  57. GUIDELINES DESIGNINFO DISCARDABLE 
  58. BEGIN
  59.     IDD_APPDIALOG, DIALOG
  60.     BEGIN
  61.         LEFTMARGIN, 7
  62.         RIGHTMARGIN, 274
  63.         TOPMARGIN, 7
  64.         BOTTOMMARGIN, 270
  65.     END
  66. END
  67. #endif    // APSTUDIO_INVOKED
  68.  
  69.  
  70. #ifdef APSTUDIO_INVOKED
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // TEXTINCLUDE
  74. //
  75.  
  76. 1 TEXTINCLUDE DISCARDABLE 
  77. BEGIN
  78.     "resource.h\0"
  79. END
  80.  
  81. 2 TEXTINCLUDE DISCARDABLE 
  82. BEGIN
  83.     "#include ""afxres.h""\r\n"
  84.     "\0"
  85. END
  86.  
  87. 3 TEXTINCLUDE DISCARDABLE 
  88. BEGIN
  89.     "\r\n"
  90.     "\0"
  91. END
  92.  
  93. #endif    // APSTUDIO_INVOKED
  94.  
  95.  
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Icon
  99. //
  100.  
  101. // Icon with lowest ID value placed first to ensure application icon
  102. // remains consistent on all systems.
  103. IDI_ICON1               ICON    DISCARDABLE     "..\..\Common\directx.ico"
  104. #endif    // English (U.S.) resources
  105. /////////////////////////////////////////////////////////////////////////////
  106.  
  107.  
  108.  
  109. #ifndef APSTUDIO_INVOKED
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Generated from the TEXTINCLUDE 3 resource.
  113. //
  114.  
  115.  
  116. /////////////////////////////////////////////////////////////////////////////
  117. #endif    // not APSTUDIO_INVOKED
  118.  
  119.